home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 August / macformat-027.iso / mac / Portables / Newton / Dev / MacsHex folder / Read Me < prev   
Encoding:
Text File  |  1993-09-08  |  531 b   |  9 lines  |  [TEXT/ttxt]

  1. MacsHex is a four-function, 32-bit hex calculator.
  2.  
  3. MacsHex is a little simpler than Howard Oakley's SciCalc and hopefully a little easier for the beginning Newton programmer to follow. The only thing the least bit tricky about it is compensating for the Newton's lack of 32-bit integers (30 bits only). All calculations are performed on real numbers and coerced modulo 2**32 to the correct range.
  4.  
  5. If you don't like the key placement, or would like to add memory or shift operations...have at it!
  6.  
  7. Mac Foster
  8. Object Factory
  9. 9/8/93